home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / APW.SC / SC23SoundEx / SCN23SoundEx next >
Encoding:
Text File  |  1990-06-24  |  1.4 KB  |  36 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #23:    SoundEx
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    SoundEx.p
  11.                    SoundEx.Inc.p
  12.                    SoundEx.r
  13.  
  14. MPW Components:    SoundEx.p
  15.                    SoundEx.Inc.p
  16.                    SoundEx.r
  17.                    SoundEx.Make
  18.  
  19. SoundEx was written as a platform to test the many facets of the Sound Tools 
  20. calls with a minimum of modification.
  21. _____________________________________________________________________________
  22.  
  23. In addition to its sound capabilities, SoundEx illustrates of how to build a 
  24. new program from the Pascal Shell sample application.  SoundEx also shows how 
  25. to use mass quantities of the extended controls made available with Apple IIGS 
  26. System Software 5.0.
  27.  
  28. SoundEx.p, SoundEx.Inc.p, and SoundEx.r, included on the APW disk, are the MPW 
  29. IIGS Pascal and Rez source code files.  They are included so programmers using 
  30. native IIGS Pascal development environments can easily port this application 
  31. to their development environment.
  32.  
  33. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Pascal v.1.0 
  34. or later.  The name needed by the MPW Build menu's Build option can be found 
  35. in the SoundEx.Make file.
  36.